Search
XmlPersistContext.writeFloatArray Method
See Also
 






Writes the specified array with float values.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeFloatArray (
    float[] array,
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

array

The list with float values to write.

elementName

The name of the element to write.

subElementName

The name of the sub-element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also